      ? :)

       ?    ? :))
  Display  ,     .

void Display (void) {
PORTC |= 7<<3;
if (stop) PORTD = off[j];
else PORTD = digit[T_digit[j]];
if (!blink) PORTC &= ~(1<<(5-j));
}
    :
PORTC=0x78;
DDRC=0x3E;
PORTD=0x00;
DDRD=0xFF;
